github.com/klauspost/compress/fse.symbolTransform.deltaFindState (field)
7 uses
github.com/klauspost/compress/fse (current package)
compress.go#L93: lu := (im >> nbBitsOut) + first.deltaFindState
compress.go#L100: dstState := int32(c.state>>(nbBitsOut&15)) + symbolTT.deltaFindState
compress.go#L108: dstState := int32(c.state>>(nbBitsOut&15)) + symbolTT.deltaFindState
compress.go#L310: deltaFindState int32
compress.go#L316: return fmt.Sprintf("dnbits: %08x, fs:%d", s.deltaNbBits, s.deltaFindState)
compress.go#L436: symbolTT[i].deltaFindState = int32(total - 1)
compress.go#L442: symbolTT[i].deltaFindState = int32(total - v)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |